Levoric Learn LOGO

Levoric Learn




HTML Tutorial

Introduction <ins> tag


The HTML tag shows some text that has been put into a paper. You can use the <del> element to similarly show a group of words that have been removed from the document.
The <ins> tag sets a text that has been added to a document. Browsers often put a line under added words.

HTML Example

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="UTF-8">
<!--This is our webpage it's our very first webpage-->
<title>Levoric | HTML Fundamentle Tutorial</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Write your content here levoriclearn top degree online and program-->
<p>This is an <ins datetime="2023-10-10T08:00:00Z">inserted</ins> word.</p>
<p>Version 2.0 of the software is <del datetime="2023-09-15T12:00:00Z">no longer supported</del><ins datetime="2023-10-10T08:00:00Z">now available</ins>.</p>
<!--Write your content here levoriclearn top degree online and program-->
</body>
</html>


output


Example-image-levoriclearn-logo-btag-a





Support Browser
Element LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree LevoricLearn-education-top-university-degree
<ins> Yes Yes Yes Yes Yes